- class instance variable
- 【VA/ST】类事例变量
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
English-Chinese computer dictionary (英汉计算机词汇大词典). 2013.
Instance variable — In object oriented programming with classes, an instance variable is a variable defined in a class, for which each object in the class has a separate copy.The opposite of class variable. A special type of instance member … Wikipedia
Class variable — In object oriented programming with classes, a class variable is a variable defined in a class (i.e. a member variable) of which a single copy exists, regardless of how many instances of the class exist.[1][2][3] … Wikipedia
Class browser — Screenshot of Gedit with Python, LaTeX and Class Browser extensions, displaying Inkscape s lorem ipsum extension. A class browser is a feature of an integrated development environment (IDE) that allows the programmer to browse, navigate, or… … Wikipedia
Member variable — In object oriented programming, a member variable (sometimes called a member field) is a variable that is associated with a specific class, and accessible for all its methods. If there is only one copy of the variable shared with all instances of … Wikipedia
Variable — A variable (pronEng|ˈvɛərɪəbl) is an attribute of a physical or an abstract system which may change its value while it is under observation. Examples include the height of a child, the temperature across a state, or the input to a function. This… … Wikipedia
Class diagram — UML diagrams Structural UML diagrams Class diagram Component diagram Composite structure diagram Deployment diagram Object diagram … Wikipedia
Class (computer science) — In object oriented programming, a class is a programming language construct that is used as a blueprint to create objects. This blueprint includes attributes and methods that the created objects all share.More technically, a class is a cohesive… … Wikipedia
Variable estática — En informática una variable estática es una variable cuyo valor no varía durante la vida del proceso en ejecución. Normalmente una variable estática tiene un ámbito más amplio que otras variables. Los valores de variables estáticas se pueden… … Wikipedia Español
Class M planet — The Class M planet Earth. Class M is a fictional classification for planets and planetoids in the Star Trek science fiction media franchise. In the Star Trek: Enterprise series, T Pol (Jolene Blalock) uses the Vulcan term Minshara class, wh … Wikipedia
Variable Specific Impulse Magnetoplasma Rocket — Artist s impression of several VASIMR engines propelling a craft through space The Variable Specific Impulse Magnetoplasma Rocket (VASIMR) is an electro magnetic thruster for spacecraft propulsion. It uses radio waves to ionize and heat a… … Wikipedia
Inner class — In object oriented programming (OOP), an inner class or nested class is a class declared entirely within the body of another class or interface. It is distinguished from a subclass. Contents 1 Overview 2 Types of inner classes 3 Why can t an… … Wikipedia